projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d083a8
)
(print_object): Clarify indication of insertion type.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 30 Oct 2001 00:34:18 +0000
(
00:34
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 30 Oct 2001 00:34:18 +0000
(
00:34
+0000)
src/print.c
patch
|
blob
|
history
diff --git
a/src/print.c
b/src/print.c
index 15da00a9e5a7573c9445d1b0f8a2b427b726af8a..832e9af46bd95592c4bfd4c3446c131b5b8ff3df 100644
(file)
--- a/
src/print.c
+++ b/
src/print.c
@@
-1828,7
+1828,7
@@
print_object (obj, printcharfun, escapeflag)
strout ("#<marker ", -1, -1, printcharfun, 0);
/* Do you think this is necessary? */
if (XMARKER (obj)->insertion_type != 0)
- strout ("(
before-
insertion) ", -1, -1, printcharfun, 0);
+ strout ("(
moves after
insertion) ", -1, -1, printcharfun, 0);
if (!(XMARKER (obj)->buffer))
strout ("in no buffer", -1, -1, printcharfun, 0);
else